DataCollection | ComponentOne
C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1TableViewSource<T> Class / RemoveObserver Method / RemoveObserver(NSObject,String) Method

In This Topic
    RemoveObserver(NSObject,String) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub RemoveObserver( _
       ByVal observer As Foundation.NSObject, _
       ByVal keyPath As String _
    ) 
    public void RemoveObserver( 
       Foundation.NSObject observer,
       string keyPath
    )

    Parameters

    observer
    keyPath
    See Also